home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / SLEEP.DOC < prev    next >
Text File  |  1986-12-23  |  447b  |  17 lines

  1. -------------------------------------------------------------------------------
  2.  SLEEP
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      SLEEP <seconds>
  7.  
  8. SLEEP is a program that you can use in batch files to pause the input for
  9. the designated number of seconds.  SLEEP uses DOS system calls for 1/100 
  10. second accuracy.
  11.  
  12. Examples:
  13.  
  14. Pause the batch program for 10 seconds.
  15.  
  16.      sleep 10
  17.